home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / rexx / 8 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.1 KB

  1. Path: engcorp.com!not-for-mail
  2. From: peter@engcorp.com (Peter Hansen)
  3. Newsgroups: comp.lang.rexx
  4. Subject: Re: Stream "open write" notready error
  5. Date: Sat, 30 Dec 1995 14:04:11 GMT
  6. Organization: Engenuity Corporation
  7. Distribution: world
  8. Message-ID: <changi0.9m.28B9JD$06g@engcorp.com>
  9. References: <4c0km4$op3@castle.nando.net>
  10. Reply-To: peter@engcorp.com (Peter Hansen)
  11. NNTP-Posting-Host: p18.gallium.sentex.ca
  12. X-Newsreader: IBM NewsReader/2 v1.2
  13.  
  14. In <4c0km4$op3@castle.nando.net>, djmartin@nando.net (Dave Martin) writes:
  15. >frc = stream(mr2iadr, 'c', 'open write');
  16. >
  17. >NOTREADY:4
  18. >
  19. >Question is, what exactly is that :4 trying to tell me (if anything)?
  20.  
  21. Type 'HELP SYS0004', as the :4 is probably a system error number.  In
  22. this case, the response indicates you might be out of available file
  23. handles and need to close some.
  24.  
  25. ------------------------------------------------------------------------
  26.  Peter HANSEN                                     Engenuity Corporation
  27.  peter@engcorp.com                              Guelph, Ontario, Canada
  28.  http://www.sentex.net/~engcorp/peter/
  29. ------------------------------------------------------------------------
  30.  
  31.